home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-09-04 | 999 b | 32 lines |
- /*****************************************************************************
- //
- // Copyright (C) 1991 Texas Instruments Incorporated.
- //
- // Permission is granted to any individual or institution to use, copy, modify,
- // and distribute this software, provided that this complete copyright and
- // permission notice is maintained, intact, in all copies and supporting
- // documentation.
- //
- // Texas Instruments Incorporated provides this software "as is" without
- // express or implied warranty.
- //
- *****************************************************************************
- *
- * Author: Martin Neath
- * Filename: Imakefile
- * Module: pisces
- * Purpose: Imake file for PISCES utilities
- * Creation Date: 05/13/90
- *
- *****************************************************************************/
-
- #define IHaveSubdirs
-
- CONFIG = $(TOP)$(PATHSEP)pisces$(PATHSEP)config
-
- #if OS2Platform
- SUBDIRS = pimake cpp mkdepend touch par
- #else
- SUBDIRS = pimake cpp mkdepend byacc flex diff rcs touch par
- #endif
-